home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / stack.zip / README.BAT < prev    next >
DOS Batch File  |  1988-03-07  |  532b  |  17 lines

  1. echo off
  2. echo This disk contains two utilities:
  3. echo .
  4. echo STACK - a command line editor/enhancer, and
  5. echo .
  6. echo MANUAL - an on screen documentation system
  7. echo .
  8. echo In a moment MANUAL will be used to display the documentation
  9. echo for both of these utilities.  Although MANUAL can also be used to
  10. echo print documentation this may not suit some people and I have
  11. echo included completely unformatted versions of the documentation in
  12. echo the files with the ".PLN" extension.
  13. pause
  14. manual stack
  15. manual manual
  16.  
  17.